home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / xml4j.jar / com / ibm / xml / xpointer / XPointerParseException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-08-30  |  372 b   |  13 lines

  1. package com.ibm.xml.xpointer;
  2.  
  3. public class XPointerParseException extends Exception {
  4.    static final long serialVersionUID = 4944492811721482978L;
  5.  
  6.    public XPointerParseException(String var1) {
  7.       super(var1);
  8.    }
  9.  
  10.    public XPointerParseException() {
  11.    }
  12. }
  13.